diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 00:21:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-25 00:21:33 +0000 |
commit | d295ad1c7ea5051e9389b2a50f10e90f1007c4bd (patch) | |
tree | 8acdc78611e3b8e65c138b3f8699e6e6d7c2c1e1 /sysutils/usrinfo/files/patch-usrinfo.cpp | |
parent | - Update to 0.6.0 (diff) |
- Update to .06
PR: ports/66787
Submitted by: Aaron Myles Landwehr <assroot@snaphat.com> (maintainer)
Diffstat (limited to 'sysutils/usrinfo/files/patch-usrinfo.cpp')
-rw-r--r-- | sysutils/usrinfo/files/patch-usrinfo.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/usrinfo/files/patch-usrinfo.cpp b/sysutils/usrinfo/files/patch-usrinfo.cpp new file mode 100644 index 000000000000..efc9d7b77dad --- /dev/null +++ b/sysutils/usrinfo/files/patch-usrinfo.cpp @@ -0,0 +1,9 @@ +--- usrinfo.cpp.orig Tue May 18 04:50:46 2004 ++++ usrinfo.cpp Tue May 25 02:18:09 2004 +@@ -147,4 +147,5 @@ + usrtest(argv);
+ preftest(argv);
+ infodisplay(argv);
+- return 0;//end
} ++ return 0;//end
++}
|