File: gnu_dev-macros

package info (click to toggle)
genromfs 0.5.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 180 kB
  • sloc: ansic: 1,930; makefile: 118; sh: 14
file content (25 lines) | stat: -rw-r--r-- 699 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Fix build problems in GNU/hurd
Author: Juan Cespedes <cespedes@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Forwarded: no
Last-Update: 2019-08-21

--- genromfs-0.5.2.orig/genromfs.c
+++ genromfs-0.5.2/genromfs.c
@@ -70,11 +70,8 @@
 
 #include <netinet/in.h>	/* Consts & structs defined by the internet system */
 
-/* good old times without autoconf... */
-#if defined(__linux__) || defined(__sun__) || defined(__CYGWIN__)
 #include <sys/sysmacros.h>
-#endif
 
 char *outf = NULL;
 
 struct romfh {