artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a960a
)
Only need <stdint.h> and not all of <inttypes.h> here
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:06:38 +0000
(
05:06
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:06:38 +0000
(
05:06
+0000)
libexec/login_radius/raddauth.c
patch
|
blob
|
history
diff --git
a/libexec/login_radius/raddauth.c
b/libexec/login_radius/raddauth.c
index
8dc5014
..
b0fb693
100644
(file)
--- a/
libexec/login_radius/raddauth.c
+++ b/
libexec/login_radius/raddauth.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: raddauth.c,v 1.2
5 2013/11/27 21:25:25 deraadt Exp $
*/
+/* $OpenBSD: raddauth.c,v 1.2
6 2014/08/10 05:06:38 guenther Exp $
*/
/*-
* Copyright (c) 1996, 1997 Berkeley Software Design, Inc. All rights reserved.
@@
-73,7
+73,7
@@
#include <ctype.h>
#include <err.h>
#include <errno.h>
-#include <
inttypes
.h>
+#include <
stdint
.h>
#include <limits.h>
#include <login_cap.h>
#include <netdb.h>