Skip to content

Commit

Permalink
Remove more obsolete macros
Browse files Browse the repository at this point in the history
  • Loading branch information
NJRoadfan committed Aug 2, 2024
1 parent 5a35730 commit 122f807
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions bin/pap/pap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
#include <atalk/pap.h>
#include <atalk/nbp.h>
#include <atalk/util.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif /* HAVE_FCNTL_H */
#include <stdio.h>
#include <string.h>
#include <string.h>
Expand Down
2 changes: 0 additions & 2 deletions etc/atalkd/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
#include <ctype.h>
#include <string.h>

#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif /* HAVE_FCNTL_H */

#ifdef __svr4__
#include <sys/sockio.h>
Expand Down
2 changes: 0 additions & 2 deletions etc/papd/lp.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif /* HAVE_FCNTL_H */
#include <pwd.h>

#include <atalk/logger.h>
Expand Down
2 changes: 0 additions & 2 deletions etc/papd/printcap.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif /* HAVE_FCNTL_H */
#include <atalk/paths.h>

#include "printcap.h"
Expand Down

0 comments on commit 122f807

Please sign in to comment.