Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tftp storage class first, *then* __dead



details:   https://anonhg.NetBSD.org/src/rev/926776a56709
branches:  trunk
changeset: 347557:926776a56709
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Sep 03 06:00:32 2016 +0000

description:
storage class first, *then* __dead

diffstat:

 usr.bin/tftp/tftp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e797b342d1a4 -r 926776a56709 usr.bin/tftp/tftp.c
--- a/usr.bin/tftp/tftp.c       Sat Sep 03 05:58:30 2016 +0000
+++ b/usr.bin/tftp/tftp.c       Sat Sep 03 06:00:32 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tftp.c,v 1.35 2016/09/03 02:24:04 sevan Exp $  */
+/*     $NetBSD: tftp.c,v 1.36 2016/09/03 06:00:32 dholland Exp $       */
 
 /*
  * Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)tftp.c     8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: tftp.c,v 1.35 2016/09/03 02:24:04 sevan Exp $");
+__RCSID("$NetBSD: tftp.c,v 1.36 2016/09/03 06:00:32 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -78,7 +78,7 @@
 static void printstats(const char *, unsigned long);
 static void startclock(void);
 static void stopclock(void);
-__dead static void timer(int);
+static __dead void timer(int);
 static void tpacket(const char *, struct tftphdr *, int);
 static int cmpport(struct sockaddr *, struct sockaddr *);
 



Home | Main Index | Thread Index | Old Index