summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-sal+osl+unx+system.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-04-02 23:48:28 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-04-02 23:48:28 +0000
commita31c45a0b4b17f5d096eed1898c2707ee051cbfc (patch)
tree9c56cf569b60a5bc10df486b70071e922ead482f /editors/openoffice/files/patch-sal+osl+unx+system.c
parentFix cups support. (diff)
Upgrade to build 641d. More work is necessary to make the build compile.
There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other.
Notes
Notes: svn path=/head/; revision=57248
Diffstat (limited to 'editors/openoffice/files/patch-sal+osl+unx+system.c')
-rw-r--r--editors/openoffice/files/patch-sal+osl+unx+system.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/openoffice/files/patch-sal+osl+unx+system.c b/editors/openoffice/files/patch-sal+osl+unx+system.c
index b0b93119f983..8dc663ac03fc 100644
--- a/editors/openoffice/files/patch-sal+osl+unx+system.c
+++ b/editors/openoffice/files/patch-sal+osl+unx+system.c
@@ -1,8 +1,8 @@
---- ../sal/osl/unx/system.c.orig Wed Feb 28 13:08:45 2001
-+++ ../sal/osl/unx/system.c
-@@ -126,6 +126,73 @@
- return res;
+--- ../sal/osl/unx/system.c.orig Sun Mar 17 12:34:13 2002
++++ ../sal/osl/unx/system.c Wed Apr 3 01:03:36 2002
+@@ -195,6 +195,73 @@
}
+ #endif
+int getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer,
+ size_t buflen, struct passwd **result)
@@ -74,7 +74,7 @@
struct tm *localtime_r(const time_t *timep, struct tm *buffer)
{
struct tm* res;
-@@ -449,3 +516,50 @@
+@@ -518,3 +585,50 @@
}
#endif