Make this compile again. I should have tried to compile the patches myself,

but ran out of time this morning.
This commit is contained in:
christos 2009-10-16 22:45:18 +00:00
parent df303ea24d
commit 99d395c60f
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: supcmain.c,v 1.28 2009/10/16 12:41:37 christos Exp $ */
/* $NetBSD: supcmain.c,v 1.29 2009/10/16 22:45:18 christos Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@ -599,7 +599,7 @@ init(int argc, char **argv)
char buf[STRINGLENGTH], *p;
const char *u;
char username[STRINGLENGTH];
char *supfname, **arg;
char *supfname, *arg;
COLLECTION *c, *lastC;
FILE *f;
int bogus;

View File

@ -1,4 +1,4 @@
/* $NetBSD: supcmeat.c,v 1.35 2009/10/16 12:41:37 christos Exp $ */
/* $NetBSD: supcmeat.c,v 1.36 2009/10/16 22:45:18 christos Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@ -1483,7 +1483,7 @@ done(int value, const char *fmt, ...)
}
void
goaway(char *fmt, ...)
goaway(const char *fmt, ...)
{
char buf[STRINGLENGTH];
va_list ap;

View File

@ -1,4 +1,4 @@
/* $NetBSD: supscan.c,v 1.16 2007/12/20 20:17:52 christos Exp $ */
/* $NetBSD: supscan.c,v 1.17 2009/10/16 22:45:18 christos Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@ -393,7 +393,7 @@ getscancoll(char *filename, char *collname, char *basedir)
}
void
goaway(char *fmt, ...)
goaway(const char *fmt, ...)
{
va_list ap;