diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-11-14 16:12:56 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-11-14 16:12:56 +0000 |
| commit | f0156231822d1197acf4f3faea880d89ee477ba7 (patch) | |
| tree | 0484395dbcc69297f693daf704f0fddbcc91841c /usr.sbin | |
| parent | c2ef20fdb76d0e9547ce45b1b970708aa649d109 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/iscsid/keys.c | 1 | ||||
| -rw-r--r-- | usr.sbin/iscsid/pdu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/iscsid/keys.c b/usr.sbin/iscsid/keys.c index c4b478b986e2..8ac4788854c2 100644 --- a/usr.sbin/iscsid/keys.c +++ b/usr.sbin/iscsid/keys.c @@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$"); #include <assert.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/usr.sbin/iscsid/pdu.c b/usr.sbin/iscsid/pdu.c index b5a8cc09d9ef..4672ecd21516 100644 --- a/usr.sbin/iscsid/pdu.c +++ b/usr.sbin/iscsid/pdu.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/uio.h> #include <assert.h> -#include <stdint.h> #include <stdlib.h> #include <unistd.h> |
