bump up version number now that:
1. msync() will take a third argument. 2. remove obsolete xdr_{domainname,mapname,peername} from xdryp.c 3. make __ps_strings extern on setproctitle.c and don't set it to a default when it is NULL. 4. make unvis() argument to an int from a char. 5. move timezone() to libcompat 6. move swapon() to libcompat 7. move getdirentries() to libcompat 8. type sanity: mode_t: u_int16_t -> u_int32_t nlinks_t: int16_t -> u_int32_t dev_t: int32_t -> u_int32_t
This commit is contained in:
parent
376d502a22
commit
196f36f2e9
@ -1,12 +1,4 @@
|
||||
# $NetBSD: shlib_version,v 1.42 1997/10/10 02:19:55 fvdl Exp $
|
||||
# Note: the next time $major is changed, look at:
|
||||
# gen/setproctitle.c (XXX __ps_strings)
|
||||
# arch/*/sys/{Ov,}fork.S (no longer needed)
|
||||
# gen/unvis.c (char argument -> int)
|
||||
# yp/xdryp.c (xdr_domainname, xdr_mapname, xdr_peername
|
||||
# depricate timezone() and move to libcompat?
|
||||
# depricate swapon() [move to libcompat?]
|
||||
# move getdirentries to libcompat (/4.4), split manpage
|
||||
# $NetBSD: shlib_version,v 1.43 1997/10/16 23:23:58 christos Exp $
|
||||
#
|
||||
major=12
|
||||
minor=19
|
||||
major=13
|
||||
minor=0
|
||||
|
Loading…
Reference in New Issue
Block a user