Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/msconfig Include <stdlib.h> to pick up ...



details:   https://anonhg.NetBSD.org/src/rev/ed148800640a
branches:  trunk
changeset: 554454:ed148800640a
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 28 11:46:39 2003 +0000

description:
Include <stdlib.h> to pick up exit() prototype.

diffstat:

 sys/arch/atari/stand/msconfig/msconfig.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7af3208053c3 -r ed148800640a sys/arch/atari/stand/msconfig/msconfig.c
--- a/sys/arch/atari/stand/msconfig/msconfig.c  Tue Oct 28 11:41:46 2003 +0000
+++ b/sys/arch/atari/stand/msconfig/msconfig.c  Tue Oct 28 11:46:39 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msconfig.c,v 1.3 1999/01/11 22:21:30 kleink Exp $      */
+/*     $NetBSD: msconfig.c,v 1.4 2003/10/28 11:46:39 he Exp $  */
 
 /*
  * Copyright (c) 1996 Thomas Gerner.
@@ -33,6 +33,7 @@
 #include <errno.h>
 #include <stdio.h>
 #include <unistd.h>
+#include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index