summaryrefslogtreecommitdiff
path: root/sysutils/xperfmon3/files/patch-aa
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-25 13:15:03 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-25 13:15:03 +0000
commit3b66e03c496aee213bf4f35a8924a477f173b736 (patch)
treed77798f619ac18a9e342b18f120900a5b03c4a29 /sysutils/xperfmon3/files/patch-aa
parentActivated SWI-Prolog port. (diff)
Update from the port maintainer:
Cleaner compile and make depend cycle. Update of FreeBSD's version numbers. (Closing PR #1875.) Submitted by: Lars Koeller
Notes
Notes: svn path=/head/; revision=4157
Diffstat (limited to 'sysutils/xperfmon3/files/patch-aa')
-rw-r--r--sysutils/xperfmon3/files/patch-aa11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/xperfmon3/files/patch-aa b/sysutils/xperfmon3/files/patch-aa
index c13332da725f..34596e00688b 100644
--- a/sysutils/xperfmon3/files/patch-aa
+++ b/sysutils/xperfmon3/files/patch-aa
@@ -1,9 +1,9 @@
-diff -cd -N ../xperfmon++/freebsd_system.c ./freebsd_system.c
+diff -c -N ../xperfmon++/freebsd_system.c ./freebsd_system.c
*** ../xperfmon++/freebsd_system.c Thu Jan 1 01:00:00 1970
---- ./freebsd_system.c Mon May 6 18:39:46 1996
+--- ./freebsd_system.c Sun Sep 22 17:14:41 1996
***************
*** 0 ****
---- 1,580 ----
+--- 1,581 ----
+ /*
+ * Perfmon Performance Monitor
+ *
@@ -11,7 +11,7 @@ diff -cd -N ../xperfmon++/freebsd_system.c ./freebsd_system.c
+ * Copyright 1989, PCS Computer Systeme GmbH, West Germany
+ * Copyright 1994, Sterling Software @ NASA-Ames Research Center
+ * Copyright 1995, Regents of the University of California,
-+ * Lars Köller <Lars_Koeller@odie.physik2.uni-rostock.de
++ * Lars K ler <Lars_Koeller@odie.physik2.uni-rostock.de
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
@@ -102,7 +102,8 @@ diff -cd -N ../xperfmon++/freebsd_system.c ./freebsd_system.c
+ * 2.2-current has been bumped to 199512 recently). Recognize the old
+ * 2.2-current as NFSv3 for a grace period.
+ * FreeBSD 2.0.5 was 199504, btw. Both, 2.0.5 and 2.1 don't have
-+ * NFSv3. (FreeBSD-2.1.5 is 199607)
++ * NFSv3.
++ * Also 2.1.5 which is 199607 don't have NFSv3! So check > 199607
+ */
+ #if __FreeBSD_version > 199607 || __FreeBSD_version == 199508
+ # define HAS_NFS_V3