summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-16 17:52:15 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-16 17:52:15 +0000
commit8495e302f68fdb93f84da8f0fa89181174a3d30a (patch)
treefcbb32f350ab747460707028d95dc45d304b0892
parentd529713846512a05f3da1b426700ec5b513a1f28 (diff)
Notes
-rw-r--r--lib/libutil/libutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 2aa2ad030a61..dda01c17ad96 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: libutil.h,v 1.19 1998/10/09 07:28:14 jkh Exp $
+ * $Id: libutil.h,v 1.20 1998/10/09 07:32:38 jkh Exp $
*/
#ifndef _LIBUTIL_H_
@@ -39,7 +39,7 @@ struct winsize;
struct utmp;
__BEGIN_DECLS
-void setproctitle __P((const char *_fmt, ...));
+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));