Author: jim
Date: 2006-05-30 02:19:11 -0600 (Tue, 30 May 2006)
New Revision: 1549
Added:
trunk/util-linux/util-linux-2.12r-missing_header-1.patch
Modified:
trunk/
Log:
[EMAIL PROTECTED]: jim | 2006-05-30 00:25:56 -0700
Added: util-linux-2.12r-missing_header-1.patch
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710
e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1722
+ cc2644d5-6cf8-0310-b111-c40428001e49:/patches:1710
e59974df-c20a-0410-b7e1-d7eaf1be8828:/patches:1724
Added: trunk/util-linux/util-linux-2.12r-missing_header-1.patch
===================================================================
--- trunk/util-linux/util-linux-2.12r-missing_header-1.patch
(rev 0)
+++ trunk/util-linux/util-linux-2.12r-missing_header-1.patch 2006-05-30
08:19:11 UTC (rev 1549)
@@ -0,0 +1,18 @@
+Submitted By: Jim Gifford (patches at jg555 dot com)
+Date: 2006-05-30
+Initial Package Version: 2.12r
+Origin: Jim Gifford
+Upstream Status: Sent
+Description: Fixes the missing delcaration of R_OK in swapon.c build
+
+diff -Naur util-linux-2.12r.orig/mount/swapon.c util-linux-2.12r/mount/swapon.c
+--- util-linux-2.12r.orig/mount/swapon.c 2004-12-22 01:50:19.000000000
-0800
++++ util-linux-2.12r/mount/swapon.c 2006-05-30 00:15:28.979305328 -0700
+@@ -11,6 +11,7 @@
+ #include <mntent.h>
+ #include <errno.h>
+ #include <sys/stat.h>
++#include <fcntl.h>
+ #include "xmalloc.h"
+ #include "swap_constants.h"
+ #include "swapargs.h"
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page