repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
compat
/
ultrix
/
ultrix_flock.h
blob
68e463aeea2576ec5413e23362a00344a1339cef
1
/* $NetBSD: ultrix_flock.h,v 1.1 1999/07/30 16:03:49 drochner Exp $ */
2
3
struct
ultrix_flock
{
4
int16_t
l_type
;
5
#define ULTRIX_F_RDLCK 1
6
#define ULTRIX_F_WRLCK 2
7
#define ULTRIX_F_UNLCK 3
8
int16_t
l_whence
;
9
int32_t
l_start
;
10
int32_t
l_len
;
11
int32_t
l_pid
;
12
};