Module Name:    src
Committed By:   yamt
Date:           Tue Aug 18 05:05:56 UTC 2009

Modified Files:
        src/sys/sys: unistd.h

Log Message:
fix whitespace.  no functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/sys/unistd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/unistd.h
diff -u src/sys/sys/unistd.h:1.49 src/sys/sys/unistd.h:1.50
--- src/sys/sys/unistd.h:1.49	Mon Aug 10 22:29:29 2009
+++ src/sys/sys/unistd.h	Tue Aug 18 05:05:56 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: unistd.h,v 1.49 2009/08/10 22:29:29 haad Exp $	*/
+/*	$NetBSD: unistd.h,v 1.50 2009/08/18 05:05:56 yamt Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -162,10 +162,10 @@
 #define	_PC_FILESIZEBITS	11
 #define	_PC_SYMLINK_MAX		12
 #define	_PC_2_SYMLINKS		13
-#define _PC_ACL_EXTENDED        14
+#define	_PC_ACL_EXTENDED	14
 
 /* From OpenSolaris, used by SEEK_DATA/SEEK_HOLE. */
-#define _PC_MIN_HOLE_SIZE       15
+#define	_PC_MIN_HOLE_SIZE	15
 
 /* configurable system variables; use as argument to sysconf(3) */
 /*

Reply via email to