diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-25 13:36:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-25 13:36:30 +0000 |
commit | db00022b1a3b48ef7823f058e9a053a2b0a6d92e (patch) | |
tree | 8ccc0f67c6b36b94a67f46af1526576078a0f8af /net/arla/files/patch-nnpfs::bsd::nnpfs_syscalls-wrap-freebsd.c | |
parent | Add WITH_NIVIDIA_GL switch to depend upon x11/nvidia-driver instead upon (diff) |
update to 0.40 - still broken (compiles on 5, but overwrites files from
security/heimdal, does not compile on 6, and won't compile on 4 because
security/heimdal is broken)
Notes
Notes:
svn path=/head/; revision=138012
Diffstat (limited to 'net/arla/files/patch-nnpfs::bsd::nnpfs_syscalls-wrap-freebsd.c')
-rw-r--r-- | net/arla/files/patch-nnpfs::bsd::nnpfs_syscalls-wrap-freebsd.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net/arla/files/patch-nnpfs::bsd::nnpfs_syscalls-wrap-freebsd.c b/net/arla/files/patch-nnpfs::bsd::nnpfs_syscalls-wrap-freebsd.c deleted file mode 100644 index 83575f15c038..000000000000 --- a/net/arla/files/patch-nnpfs::bsd::nnpfs_syscalls-wrap-freebsd.c +++ /dev/null @@ -1,27 +0,0 @@ ---- nnpfs/bsd/nnpfs_syscalls-wrap-freebsd.c.orig Sun Jun 27 00:39:27 2004 -+++ nnpfs/bsd/nnpfs_syscalls-wrap-freebsd.c Fri Jan 7 14:09:32 2005 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 1995 - 2002 Kungliga Tekniska Högskolan -+ * Copyright (c) 1995 - 2004 Kungliga Tekniska Högskolan - * (Royal Institute of Technology, Stockholm, Sweden). - * All rights reserved. - * -@@ -33,7 +33,7 @@ - - #include <nnpfs/nnpfs_locl.h> - --RCSID("$Id: nnpfs_syscalls-wrap-freebsd.c,v 1.15 2004/06/26 22:39:27 lha Exp $"); -+RCSID("$Id: nnpfs_syscalls-wrap-freebsd.c,v 1.17 2005/01/07 13:09:32 lha Exp $"); - - /* - * NNPFS system calls. -@@ -68,7 +68,7 @@ - static int - nnpfs_setgroups_freebsd (d_thread_t *proc, void *varg) - { -- int retval = 0; -+ register_t retval = 0; - int ret; - - ret = nnpfs_setgroups(proc, varg, &retval); |