diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-01 02:44:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-01 02:44:20 +0000 |
commit | debdcf8d7d06fd4e90452a13394126429ce16fd6 (patch) | |
tree | 6dcf80492503874fd3f63aa974d3039d14ccdf32 /lib/libc/shlib_version | |
parent | fd34f721763470ce8f5bd60862610862b508bd0c (diff) |
Fix problem with ``find -execdir'' not having the correct initial cwd.
Adds a new flag to fts(3).
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 730231c38d0..49b346400a8 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=17 -minor=1 +minor=2 |