Author: jim
Date: 2006-05-30 01:59:38 -0600 (Tue, 30 May 2006)
New Revision: 1694
Added:
trunk/patches/util-linux-2.12r-missing_header-1.patch
Modified:
/
Log:
[EMAIL PROTECTED] (orig r1746): jim | 2006-05-30 00:28:00 -0700
Added: util-linux-2.12r-missing_header-1.patch
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1743
+ b6734a72-470d-0410-b049-f317dca95413:/:1746
Added: trunk/patches/util-linux-2.12r-missing_header-1.patch
===================================================================
--- trunk/patches/util-linux-2.12r-missing_header-1.patch
(rev 0)
+++ trunk/patches/util-linux-2.12r-missing_header-1.patch 2006-05-30
07:59:38 UTC (rev 1694)
@@ -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/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page