diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-12-01 00:56:52 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-12-01 00:56:52 +0000 |
commit | ffc6971951319dd718d51aab423355f68f17dc1d (patch) | |
tree | 13c33f610a6732d7f3d81db5d0cc5cafb300f7fa /usr.sbin/mopd/common/get.c | |
parent | 5becfd833db00e5c5ad38926beab55c9e93c9a1e (diff) |
-Wall cleanup: trim unused vars, right format strings, constify rcsids,
braces where needed, add missing prototypes.
tested and ok maja@
Diffstat (limited to 'usr.sbin/mopd/common/get.c')
-rw-r--r-- | usr.sbin/mopd/common/get.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/common/get.c b/usr.sbin/mopd/common/get.c index d203d5c7bf6..ab3e7762d7e 100644 --- a/usr.sbin/mopd/common/get.c +++ b/usr.sbin/mopd/common/get.c @@ -1,4 +1,4 @@ -/* $OpenBSD: get.c,v 1.4 2003/06/02 21:38:39 maja Exp $ */ +/* $OpenBSD: get.c,v 1.5 2003/12/01 00:56:51 avsm Exp $ */ /* * Copyright (c) 1993-95 Mats O Jansson. All rights reserved. @@ -25,7 +25,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: get.c,v 1.4 2003/06/02 21:38:39 maja Exp $"; +static const char rcsid[] = "$OpenBSD: get.c,v 1.5 2003/12/01 00:56:51 avsm Exp $"; #endif #include <sys/types.h> |