Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/atari/stand/ahdilabel Pull up revision 1.2 (re...
details: https://anonhg.NetBSD.org/src/rev/23b4e3ada475
branches: netbsd-1-5
changeset: 490943:23b4e3ada475
user: he <he%NetBSD.org@localhost>
date: Thu Mar 22 02:21:20 2001 +0000
description:
Pull up revision 1.2 (requested by jdc):
Several changes:
o make compile cleanly with -DDEBUG.
diffstat:
sys/arch/atari/stand/ahdilabel/read.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7d3541516239 -r 23b4e3ada475 sys/arch/atari/stand/ahdilabel/read.c
--- a/sys/arch/atari/stand/ahdilabel/read.c Thu Mar 22 02:10:05 2001 +0000
+++ b/sys/arch/atari/stand/ahdilabel/read.c Thu Mar 22 02:21:20 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: read.c,v 1.1.1.1.2.2 2000/08/14 08:00:00 leo Exp $ */
+/* $NetBSD: read.c,v 1.1.1.1.2.3 2001/03/22 02:21:20 he Exp $ */
/*
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,6 +38,9 @@
#include "privahdi.h"
#include <fcntl.h>
+#ifdef DEBUG
+#include <stdio.h>
+#endif
#include <stdlib.h>
#include <strings.h>
#include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index