Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys space -> tab in one place.
details: https://anonhg.NetBSD.org/src/rev/d17f0c759f4c
branches: trunk
changeset: 546547:d17f0c759f4c
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 01 12:45:31 2003 +0000
description:
space -> tab in one place.
diffstat:
sys/sys/fcntl.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36ff6fd194af -r d17f0c759f4c sys/sys/fcntl.h
--- a/sys/sys/fcntl.h Thu May 01 12:32:39 2003 +0000
+++ b/sys/sys/fcntl.h Thu May 01 12:45:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fcntl.h,v 1.25 2003/05/01 12:32:39 bjh21 Exp $ */
+/* $NetBSD: fcntl.h,v 1.26 2003/05/01 12:45:31 wiz Exp $ */
/*-
* Copyright (c) 1983, 1990, 1993
@@ -168,7 +168,7 @@
#if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 500 || \
defined(_NETBSD_SOURCE)
#define F_GETOWN 5 /* get SIGIO/SIGURG proc/pgrp */
-#define F_SETOWN 6 /* set SIGIO/SIGURG proc/pgrp */
+#define F_SETOWN 6 /* set SIGIO/SIGURG proc/pgrp */
#endif
#define F_GETLK 7 /* get record locking information */
#define F_SETLK 8 /* set record locking information */
Home |
Main Index |
Thread Index |
Old Index