From c87c3deb992f96ad94d3ce548ba8a61fe0e1bc26 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 2 Sep 2000 01:51:36 +0000 Subject: 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 --- libutil/libutil.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libutil') diff --git a/libutil/libutil.h b/libutil/libutil.h index f371e3f..1bb4b9f 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -45,7 +45,6 @@ struct utmp; struct in_addr; __BEGIN_DECLS -void setproctitle __P((const char *_fmt, ...)) __printf0like(1, 2); void login __P((struct utmp *_ut)); int login_tty __P((int _fd)); int logout __P((char *_line)); -- cgit v1.2.3-56-ge451