Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/dist/pppd/pppd Insert missing )
details: https://anonhg.NetBSD.org/src/rev/ccebbee09181
branches: trunk
changeset: 753597:ccebbee09181
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Apr 03 02:08:30 2010 +0000
description:
Insert missing )
diffstat:
dist/pppd/pppd/utils.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3bebf68f0373 -r ccebbee09181 dist/pppd/pppd/utils.c
--- a/dist/pppd/pppd/utils.c Fri Apr 02 23:31:42 2010 +0000
+++ b/dist/pppd/pppd/utils.c Sat Apr 03 02:08:30 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: utils.c,v 1.4 2010/04/02 15:40:14 christos Exp $ */
+/* $NetBSD: utils.c,v 1.5 2010/04/03 02:08:30 pgoyette Exp $ */
/*
* utils.c - various utility functions used in pppd.
@@ -35,7 +35,7 @@
#if 0
#define RCSID "Id: utils.c,v 1.24 2004/11/04 10:02:26 paulus Exp"
#else
-__RCSID("$NetBSD: utils.c,v 1.4 2010/04/02 15:40:14 christos Exp $");
+__RCSID("$NetBSD: utils.c,v 1.5 2010/04/03 02:08:30 pgoyette Exp $");
#endif
#endif
@@ -272,7 +272,7 @@
case 't':
time(&t);
if ((str = ctime(&t)) == NULL)
- strlcpy(str = num, "?", sizeof(num);
+ strlcpy(str = num, "?", sizeof(num));
else {
str += 4; /* chop off the day name */
str[15] = 0; /* chop off year and newline */
Home |
Main Index |
Thread Index |
Old Index