Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/compat/svr4 Pull up rev. 1.39:



details:   https://anonhg.NetBSD.org/src/rev/a021e2cdebfc
branches:  netbsd-1-5
changeset: 488524:a021e2cdebfc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jul 14 18:27:33 2000 +0000

description:
Pull up rev. 1.39:
Sprinkle some const.

diffstat:

 sys/compat/svr4/svr4_stat.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f86db5e1001 -r a021e2cdebfc sys/compat/svr4/svr4_stat.c
--- a/sys/compat/svr4/svr4_stat.c       Fri Jul 14 18:11:56 2000 +0000
+++ b/sys/compat/svr4/svr4_stat.c       Fri Jul 14 18:27:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_stat.c,v 1.37 2000/04/07 07:02:11 chs Exp $        */
+/*     $NetBSD: svr4_stat.c,v 1.37.4.1 2000/07/14 18:27:33 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -570,7 +570,7 @@
        register_t *retval;
 {
        struct svr4_sys_systeminfo_args *uap = v;
-       char *str = NULL;
+       const char *str = NULL;
        int name;
        int error;
        size_t len;



Home | Main Index | Thread Index | Old Index