diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2013-11-21 19:16:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2013-11-21 19:16:52 +0000 |
commit | a90dc36c0d24a9956fd254d8781c18e03bf83a48 (patch) | |
tree | 33ee512cc05c858bb5cb17dccc40b45dfbfb1573 /create.c | |
parent | 675e2c61fa88e791c757f4402381c0884c5c0187 (diff) |
Notes
Diffstat (limited to 'create.c')
-rw-r--r-- | create.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $NetBSD: create.c,v 1.71 2013/10/16 17:24:20 christos Exp $ */ +/* $NetBSD: create.c,v 1.72 2013/10/17 17:22:59 christos Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)create.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: create.c,v 1.71 2013/10/16 17:24:20 christos Exp $"); +__RCSID("$NetBSD: create.c,v 1.72 2013/10/17 17:22:59 christos Exp $"); #endif #endif /* not lint */ @@ -55,6 +55,7 @@ __RCSID("$NetBSD: create.c,v 1.71 2013/10/16 17:24:20 christos Exp $"); #include <pwd.h> #include <stdio.h> #include <stdarg.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <time.h> |