Remove redundant declarations that were added in the previous commit.

This commit is contained in:
Bruce Evans 1994-09-21 22:31:01 +00:00
parent f6d370a798
commit 9fb420314e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2958
2 changed files with 1 additions and 6 deletions

View File

@ -40,7 +40,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93"; */
static const char rcsid[] =
"$Id: domainname.c,v 1.1 1994/09/18 21:23:37 wollman Exp $";
"$Id: domainname.c,v 1.2 1994/09/20 06:20:39 phk Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -51,9 +51,6 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
int getdomainname __P((char *, int));
int setdomainname __P((const char *, int));
int
main(argc,argv)
int argc;

View File

@ -61,8 +61,6 @@ void rm_file __P((char **));
void rm_overwrite __P((char *, struct stat *));
void rm_tree __P((char **));
void usage __P((void));
char *user_from_uid __P((uid_t, int));
char *group_from_gid __P((gid_t, int));
/*
* rm --