Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/installboot/arch Use <md5.h> rather than <sys/md5.h...
details: https://anonhg.NetBSD.org/src/rev/b1dbbdf22448
branches: trunk
changeset: 545974:b1dbbdf22448
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Fri Apr 18 14:16:42 2003 +0000
description:
Use <md5.h> rather than <sys/md5.h>. This is what the man page tells us to
do, and is required for cross-compiling since libnbcompat doesn't provide
<sys/md5.h>.
diffstat:
usr.sbin/installboot/arch/i386.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r b0951009997a -r b1dbbdf22448 usr.sbin/installboot/arch/i386.c
--- a/usr.sbin/installboot/arch/i386.c Fri Apr 18 13:22:25 2003 +0000
+++ b/usr.sbin/installboot/arch/i386.c Fri Apr 18 14:16:42 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.4 2003/04/16 01:37:41 briggs Exp $ */
+/* $NetBSD: i386.c,v 1.5 2003/04/18 14:16:42 bjh21 Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: i386.c,v 1.4 2003/04/16 01:37:41 briggs Exp $");
+__RCSID("$NetBSD: i386.c,v 1.5 2003/04/18 14:16:42 bjh21 Exp $");
#endif /* __RCSID && !__lint */
#if HAVE_CONFIG_H
@@ -49,12 +49,12 @@
#include <assert.h>
#include <err.h>
+#include <md5.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <sys/md5.h>
#include "installboot.h"
Home |
Main Index |
Thread Index |
Old Index