Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 18:51:36 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/sendmail/src conf.h src/include unistd.h src/lib/libc/gen Makefile.inc src/lib/libutil Makefile libutil.h setproctitle.3 setproctitle.c src/sys/sys param.h
Message-ID:  <200009020151.SAA60202@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/09/01 18:51:36 PDT

  Modified files:
    contrib/sendmail/src conf.h 
    include              unistd.h 
    lib/libc/gen         Makefile.inc 
    lib/libutil          Makefile libutil.h 
    sys/sys              param.h 
  Removed files:
    lib/libutil          setproctitle.3 setproctitle.c 
  Log:
  Move setproctitle() from libutil to libc (after a repo-copy)
  and bump __FreeBSD_version to 500012 to mark the occasion.
  
  setproctitle() is prototyped in unistd.h as opposed to stdlib.h
  where OpenBSD and NetBSD have it.
  
  Reviewed by: peter
  
  Revision  Changes    Path
  1.8       +6 -2      src/contrib/sendmail/src/conf.h
  1.39      +2 -1      src/include/unistd.h
  1.69      +4 -4      src/lib/libc/gen/Makefile.inc
  1.36      +3 -3      src/lib/libutil/Makefile
  1.27      +1 -2      src/lib/libutil/libutil.h
  1.77      +2 -2      src/sys/sys/param.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009020151.SAA60202>