Accepting request 48511 from Base:System

checked in (request 48511)

OBS-URL: https://build.opensuse.org/request/show/48511
OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=25
This commit is contained in:
OBS User autobuild
2010-09-20 13:48:25 +00:00
committed by Git OBS Bridge
parent 69ceb93b56
commit ff2e4eb7c4
5 changed files with 25 additions and 16 deletions

View File

@@ -1,3 +1,15 @@
--- configure.ac
+++ configure.ac 2010-07-13 13:54:30.000000000 +0000
@@ -66,7 +66,8 @@ AC_CHECK_MEMBERS([struct user_regs_struc
struct user_regs_struct.rdi,
struct user_regs_struct.rsi,
struct user_regs_struct.rdx], [],[],
- [#include <sys/user.h>])
+ [#include <sys/types.h>
+ #include <sys/user.h>])
AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3,
struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>])
AC_CHECK_MEMBERS([struct pt_regs.uregs],[],[], [#include <asm/ptrace.h>])
--- src/fuser.c
+++ src/fuser.c 2010-07-13 15:01:58.000000000 +0000
@@ -1120,7 +1120,8 @@ int main(int argc, char *argv[])