diff options
| author | is <is@NetBSD.org> | 2000-10-11 20:23:46 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2000-10-11 20:23:46 +0000 |
| commit | d8302e2d73ac3fde74ec6f157dcba7ddbd24fed2 (patch) | |
| tree | 82097652f5c91d8e45d5b43f53eb7470aa1d0392 /usr.sbin/pkg_install/lib/lib.h | |
| parent | 7f3f19a0680c4d2c4b935a576fa930aac4a3d26d (diff) | |
More format string cleanups by sommerfeld.
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index f07a9b10c7f..d0cd70ef386 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $NetBSD: lib.h,v 1.30 2000/08/28 21:35:14 hubertf Exp $ */ +/* $NetBSD: lib.h,v 1.31 2000/10/11 20:23:55 is Exp $ */ /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */ @@ -165,7 +165,8 @@ typedef int (*matchfn) (const char *found, char *data); /* Prototypes */ /* Misc */ -int vsystem(const char *,...); +int vsystem(const char *,...) + __attribute__((__format__(__printf__, 1, 2))); void cleanup(int); char *make_playpen(char *, size_t, size_t); char *where_playpen(void); |
