Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/tftp Add back a line accidentally deleted in the pre...
details: https://anonhg.NetBSD.org/src/rev/959c430ba93e
branches: trunk
changeset: 769655:959c430ba93e
user: minskim <minskim%NetBSD.org@localhost>
date: Sat Sep 17 03:09:51 2011 +0000
description:
Add back a line accidentally deleted in the previous commit.
diffstat:
usr.bin/tftp/main.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2f6a7fbedc79 -r 959c430ba93e usr.bin/tftp/main.c
--- a/usr.bin/tftp/main.c Sat Sep 17 01:52:29 2011 +0000
+++ b/usr.bin/tftp/main.c Sat Sep 17 03:09:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.27 2011/09/16 15:39:30 joerg Exp $ */
+/* $NetBSD: main.c,v 1.28 2011/09/17 03:09:51 minskim Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -36,7 +36,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: main.c,v 1.27 2011/09/16 15:39:30 joerg Exp $");
+__RCSID("$NetBSD: main.c,v 1.28 2011/09/17 03:09:51 minskim Exp $");
#endif
#endif /* not lint */
@@ -108,6 +108,7 @@
void settimeoutopt __P((int, char **));
void status __P((int, char **));
char *tail __P((char *));
+int main __P((int, char *[]));
__dead static void intr __P((int));
const struct cmd *getcmd __P((char *));
Home |
Main Index |
Thread Index |
Old Index