Source-Changes-HG archive

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

[src/trunk]: src/bin/pax Pax longopts were not empty element terminated.



details:   https://anonhg.NetBSD.org/src/rev/da362da468d7
branches:  trunk
changeset: 580443:da362da468d7
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 24 03:39:26 2005 +0000

description:
Pax longopts were not empty element terminated.

diffstat:

 bin/pax/options.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r cdf06f38d607 -r da362da468d7 bin/pax/options.c
--- a/bin/pax/options.c Sun Apr 24 03:36:54 2005 +0000
+++ b/bin/pax/options.c Sun Apr 24 03:39:26 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.83 2005/02/10 17:48:33 jmc Exp $ */
+/*     $NetBSD: options.c,v 1.84 2005/04/24 03:39:26 christos Exp $    */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)options.c  8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: options.c,v 1.83 2005/02/10 17:48:33 jmc Exp $");
+__RCSID("$NetBSD: options.c,v 1.84 2005/04/24 03:39:26 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -220,6 +220,7 @@
                                                OPT_INSECURE },
        { "force-local",        no_argument,            0,
                                                OPT_FORCE_LOCAL },
+       { 0,                    0,                      0 },
 };
 
 /*



Home | Main Index | Thread Index | Old Index