Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 19 years ago
parent
commit
2e52daeb0e
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/base/dhcp/missing-asm-types-h-include.patch

+ 11
- 0
package/base/dhcp/missing-asm-types-h-include.patch

@ -0,0 +1,11 @@
--- ./common/tr.c.orig 2006-03-26 22:44:00.000000000 +0200
+++ ./common/tr.c 2006-03-26 22:46:52.000000000 +0200
@@ -41,6 +41,8 @@
#include "netinet/if_tr.h"
#include <sys/time.h>
+#include <asm/types.h>
+
/*
* token ring device handling subroutines. These are required as token-ring
* does not have a simple on-the-wire header but requires the use of

Loading…
Cancel
Save