ddf1af2a3b
- Define LICENSE (GPLv2), remove -O3 from CFLAGS - Rename (regenerate) one ::-containing patch file - Contract MASTER_SITES, update pkg-plist and pkg-descr
14 lines
257 B
C
14 lines
257 B
C
--- include/yukon.h.orig 2007-06-07 13:30:34 UTC
|
|
+++ include/yukon.h
|
|
@@ -2,8 +2,10 @@
|
|
#ifndef __YUKON_H__
|
|
#define __YUKON_H__
|
|
|
|
+#include <sys/param.h>
|
|
+#include <sys/limits.h>
|
|
+
|
|
#include <stdarg.h>
|
|
-#include <linux/limits.h>
|
|
|
|
#include <seom/seom.h>
|
|
|