Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/raidctl remove redundant prototypes.
details: https://anonhg.NetBSD.org/src/rev/1b0535203c91
branches: trunk
changeset: 503319:1b0535203c91
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 04 21:05:42 2001 +0000
description:
remove redundant prototypes.
diffstat:
sbin/raidctl/rf_configure.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r ed07e83f7760 -r 1b0535203c91 sbin/raidctl/rf_configure.c
--- a/sbin/raidctl/rf_configure.c Sun Feb 04 20:47:50 2001 +0000
+++ b/sbin/raidctl/rf_configure.c Sun Feb 04 21:05:42 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_configure.c,v 1.13 2001/01/27 19:32:47 oster Exp $ */
+/* $NetBSD: rf_configure.c,v 1.14 2001/02/04 21:05:42 christos Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
@@ -133,10 +133,6 @@
return (p);
}
-
-char *rf_find_non_white(char *p);
-char *rf_find_white(char *p);
-
static int rf_search_file_for_start_of(const char *string, char *buf,
int len, FILE * fp);
static int rf_get_next_nonblank_line(char *buf, int len, FILE * fp,
Home |
Main Index |
Thread Index |
Old Index