Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/installboot Change 'ulong' to 'unsigned long' so it...
details: https://anonhg.NetBSD.org/src/rev/d25a94b1eb80
branches: trunk
changeset: 546441:d25a94b1eb80
user: dsl <dsl%NetBSD.org@localhost>
date: Tue Apr 29 09:39:23 2003 +0000
description:
Change 'ulong' to 'unsigned long' so it compiles as a host tool on freebsd.
diffstat:
usr.sbin/installboot/installboot.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6c612945c3e0 -r d25a94b1eb80 usr.sbin/installboot/installboot.c
--- a/usr.sbin/installboot/installboot.c Tue Apr 29 08:47:29 2003 +0000
+++ b/usr.sbin/installboot/installboot.c Tue Apr 29 09:39:23 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: installboot.c,v 1.11 2003/04/15 14:22:13 dsl Exp $ */
+/* $NetBSD: installboot.c,v 1.12 2003/04/29 09:39:23 dsl Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: installboot.c,v 1.11 2003/04/15 14:22:13 dsl Exp $");
+__RCSID("$NetBSD: installboot.c,v 1.12 2003/04/29 09:39:23 dsl Exp $");
#endif /* !__lint */
#include <sys/utsname.h>
@@ -297,7 +297,7 @@
char *cp;
const struct option *opt;
int len;
- ulong val;
+ unsigned long val;
assert(params != NULL);
assert(option != NULL);
Home |
Main Index |
Thread Index |
Old Index