mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Fixed whitespace lossage and long lines in previous commit.
This commit is contained in:
parent
bef7db2e66
commit
2a54d8ef6b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37566
1 changed files with 5 additions and 5 deletions
|
@ -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 *));
|
||||
|
|
Loading…
Reference in a new issue