Source-Changes-HG archive

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

[src/yamt-pagecache]: src revert the previous (wrong branch)



details:   https://anonhg.NetBSD.org/src/rev/bac5dde48b48
branches:  yamt-pagecache
changeset: 770901:bac5dde48b48
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Jun 12 01:30:21 2013 +0000

description:
revert the previous (wrong branch)

diffstat:

 bin/sh/redir.c          |  8 ++++----
 lib/libutil/parsedate.y |  5 -----
 2 files changed, 4 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r f506134fa019 -r bac5dde48b48 bin/sh/redir.c
--- a/bin/sh/redir.c    Wed Jun 12 01:09:33 2013 +0000
+++ b/bin/sh/redir.c    Wed Jun 12 01:30:21 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: redir.c,v 1.32.2.2 2013/06/12 01:08:16 yamt Exp $      */
+/*     $NetBSD: redir.c,v 1.32.2.3 2013/06/12 01:36:09 yamt Exp $      */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)redir.c    8.2 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: redir.c,v 1.32.2.2 2013/06/12 01:08:16 yamt Exp $");
+__RCSID("$NetBSD: redir.c,v 1.32.2.3 2013/06/12 01:36:09 yamt Exp $");
 #endif
 #endif /* not lint */
 
@@ -91,7 +91,7 @@
 int fd0_redirected = 0;
 
 STATIC void openredirect(union node *, char[10], int);
-STATIC int openhere(const union node *);
+STATIC int openhere(union node *);
 
 
 /*
@@ -256,7 +256,7 @@
  */
 
 STATIC int
-openhere(const union node *redir)
+openhere(union node *redir)
 {
        int pip[2];
        int len = 0;
diff -r f506134fa019 -r bac5dde48b48 lib/libutil/parsedate.y
--- a/lib/libutil/parsedate.y   Wed Jun 12 01:09:33 2013 +0000
+++ b/lib/libutil/parsedate.y   Wed Jun 12 01:30:21 2013 +0000
@@ -12,11 +12,6 @@
 /* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */
 /* SUPPRESS 288 on yyerrlab *//* Label unused */
 
-#include <sys/cdefs.h>
-#ifdef __RCSID
-__RCSID("$NetBSD: parsedate.y,v 1.10.6.4 2013/06/12 01:09:33 yamt Exp $");
-#endif
-
 #include <stdio.h>
 #include <ctype.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index