Fixed whitespace lossage and long lines in previous commit.

This commit is contained in:
Bruce Evans 1998-07-11 13:25:09 +00:00
parent bef7db2e66
commit 2a54d8ef6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37566

View File

@ -52,7 +52,7 @@
#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_TEST 3 /* test a section for locks by other procs */
#endif
__BEGIN_DECLS