From 196f36f2e941b6020a03d3a5082d6391a98047d1 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 16 Oct 1997 23:23:58 +0000 Subject: [PATCH] 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 --- lib/libc/shlib_version | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index c2870183c16d..a224efeb64bb 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -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