Skip to content

Commit

Permalink
we only need mman for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Jul 15, 2016
1 parent 29968f5 commit 6f1fbff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/der.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@
#include "file.h"

#ifndef lint
FILE_RCSID("@(#)$File: der.c,v 1.6 2016/04/21 14:26:03 christos Exp $")
FILE_RCSID("@(#)$File: der.c,v 1.7 2016/06/01 22:01:15 christos Exp $")
#endif
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>

#include <stdio.h>
#include <fcntl.h>
Expand All @@ -53,6 +51,8 @@ FILE_RCSID("@(#)$File: der.c,v 1.6 2016/04/21 14:26:03 christos Exp $")
#include "magic.h"
#include "der.h"
#else
#include <sys/mman.h>
#include <sys/stat.h>
#include <err.h>
#endif

Expand Down

0 comments on commit 6f1fbff

Please sign in to comment.