Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.bin/calendar Pull up revision 1.38 (requested by wiz ...



details:   https://anonhg.NetBSD.org/src/rev/b502425d753e
branches:  netbsd-3
changeset: 576710:b502425d753e
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jul 19 21:44:58 2005 +0000

description:
Pull up revision 1.38 (requested by wiz in ticket #596):
Add missing break. From YOMURA Masanori in PR 30751.

diffstat:

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

diffs (26 lines):

diff -r 8a8665b14b54 -r b502425d753e usr.bin/calendar/calendar.c
--- a/usr.bin/calendar/calendar.c       Tue Jul 19 17:10:42 2005 +0000
+++ b/usr.bin/calendar/calendar.c       Tue Jul 19 21:44:58 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: calendar.c,v 1.36 2004/12/07 16:47:32 jwise Exp $      */
+/*     $NetBSD: calendar.c,v 1.36.2.1 2005/07/19 21:44:58 riz Exp $    */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)calendar.c 8.4 (Berkeley) 1/7/95";
 #endif
-__RCSID("$NetBSD: calendar.c,v 1.36 2004/12/07 16:47:32 jwise Exp $");
+__RCSID("$NetBSD: calendar.c,v 1.36.2.1 2005/07/19 21:44:58 riz Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -151,6 +151,7 @@
                        break;
                case 'x':
                        cpp_restricted = 1;
+                       break;
                case '?':
                default:
                        usage();



Home | Main Index | Thread Index | Old Index