summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-07-11 13:25:09 +0000
committerbde <bde@FreeBSD.org>1998-07-11 13:25:09 +0000
commit4364ca6091ee9fe06a92190a148ff86d42e6789d (patch)
tree2efef8e94c719a2c0ba78130e5339ec4355d1c3e /include
parent0c05d7ae1fbcd4b7756ce7ae1755fd8529971685 (diff)
downloadFreeBSD-src-4364ca6091ee9fe06a92190a148ff86d42e6789d.zip
FreeBSD-src-4364ca6091ee9fe06a92190a148ff86d42e6789d.tar.gz
Fixed whitespace lossage and long lines in previous commit.
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 989a459..e88da17 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -49,10 +49,10 @@
#endif
#ifndef _POSIX_SOURCE
-#define F_ULOCK 0 /* unlock locked section */
-#define F_LOCK 1 /* lock a section for exclusive use */
-#define F_TLOCK 2 /* test and lock a section for exclusive use */
-#define F_TEST 3 /* test a section for locks by other processes */
+#define F_ULOCK 0 /* unlock locked section */
+#define F_LOCK 1 /* lock a section for exclusive use */
+#define F_TLOCK 2 /* test and lock a section for exclusive use */
+#define F_TEST 3 /* test a section for locks by other procs */
#endif
__BEGIN_DECLS
@@ -147,7 +147,7 @@ int initgroups __P((const char *, int));
int iruserok __P((unsigned long, int, const char *, const char *));
int issetugid __P((void));
int lchown __P((const char *, uid_t, gid_t));
-int lockf __P((int, int, off_t));
+int lockf __P((int, int, off_t));
char *mkdtemp __P((char *));
int mknod __P((const char *, mode_t, dev_t));
int mkstemp __P((char *));
OpenPOWER on IntegriCloud