Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ibmnws/include Add a const.



details:   https://anonhg.NetBSD.org/src/rev/601289feee57
branches:  trunk
changeset: 581684:601289feee57
user:      rjs <rjs%NetBSD.org@localhost>
date:      Fri Jun 03 20:16:27 2005 +0000

description:
Add a const.

diffstat:

 sys/arch/ibmnws/include/autoconf.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a24157090e1 -r 601289feee57 sys/arch/ibmnws/include/autoconf.h
--- a/sys/arch/ibmnws/include/autoconf.h        Fri Jun 03 20:15:59 2005 +0000
+++ b/sys/arch/ibmnws/include/autoconf.h        Fri Jun 03 20:16:27 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.h,v 1.1 2003/10/19 03:33:50 matt Exp $        */
+/*     $NetBSD: autoconf.h,v 1.2 2005/06/03 20:16:27 rjs Exp $ */
 
 /*-
  * Copyright (C) 1998  Internet Research Institute, Inc.
@@ -32,7 +32,7 @@
  */
 
 struct confargs {
-       char *ca_name;
+       const char *ca_name;
        u_int ca_node;
        int ca_nreg;
        u_int *ca_reg;



Home | Main Index | Thread Index | Old Index