source:
patches/util-linux-2.12r-missing_header-1.patch@
54dd8b6
Last change on this file since 54dd8b6 was 60d11db, checked in by , 18 years ago | |
---|---|
|
|
File size: 619 bytes |
-
util-linux-2.12r
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
old new 11 11 #include <mntent.h> 12 12 #include <errno.h> 13 13 #include <sys/stat.h> 14 #include <fcntl.h> 14 15 #include "xmalloc.h" 15 16 #include "swap_constants.h" 16 17 #include "swapargs.h"
Note:
See TracBrowser
for help on using the repository browser.