diff options
author | 2000-07-19 19:26:04 +0000 | |
---|---|---|
committer | 2000-07-19 19:26:04 +0000 | |
commit | ab93c38ff83efa8423288510d5795edcd5e9ba8b (patch) | |
tree | a82fedefe99b54a2ba22537c00308272c0ac3ba6 /lib/libc/shlib_version | |
parent | Removed more stuff that's not relevant for us. (diff) | |
download | wireguard-openbsd-ab93c38ff83efa8423288510d5795edcd5e9ba8b.tar.xz wireguard-openbsd-ab93c38ff83efa8423288510d5795edcd5e9ba8b.zip |
from freebsd:
strtofflags/fflagstostr to convert file flags
to/from binary from/into a string as used in chflags(1).
use u_int32_t instead of u_long (as freebsd does).
increase libc minor.
millert@ ok.
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 361604a5eb3..970cef2afcf 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=25 -minor=0 +minor=1 |