Source-Changes-HG archive

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

[src/trunk]: src/games/atc ned stat.h



details:   https://anonhg.NetBSD.org/src/rev/c4c8df0007f4
branches:  trunk
changeset: 820501:c4c8df0007f4
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 20:40:53 2017 +0000

description:
ned stat.h

diffstat:

 games/atc/log.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 755d8f316837 -r c4c8df0007f4 games/atc/log.c
--- a/games/atc/log.c   Tue Jan 10 20:35:49 2017 +0000
+++ b/games/atc/log.c   Tue Jan 10 20:40:53 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: log.c,v 1.22 2015/06/19 06:02:31 dholland Exp $        */
+/*     $NetBSD: log.c,v 1.23 2017/01/10 20:40:53 christos Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -46,12 +46,13 @@
 #if 0
 static char sccsid[] = "@(#)log.c      8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: log.c,v 1.22 2015/06/19 06:02:31 dholland Exp $");
+__RCSID("$NetBSD: log.c,v 1.23 2017/01/10 20:40:53 christos Exp $");
 #endif
 #endif /* not lint */
 
 #include <sys/types.h>
 #include <sys/utsname.h>
+#include <sys/stat.h>  /* for umask(2) */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



Home | Main Index | Thread Index | Old Index