diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:37:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:37:20 +0000 |
commit | 5ed82c18c009b312ed8db27c945ed815bf94db1a (patch) | |
tree | c3727ad173db294db0d63aa094835040e8623a5e /chinese/celvis/files/patch-cmd1.c | |
parent | stage devel/psptoolchain-pspsdk-stage1 and restore maintainship (diff) |
Rename chinese/ patch-xy patches to reflect the files the modify.
Notes
Notes:
svn path=/head/; revision=363162
Diffstat (limited to 'chinese/celvis/files/patch-cmd1.c')
-rw-r--r-- | chinese/celvis/files/patch-cmd1.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/celvis/files/patch-cmd1.c b/chinese/celvis/files/patch-cmd1.c new file mode 100644 index 000000000000..6badcd280f92 --- /dev/null +++ b/chinese/celvis/files/patch-cmd1.c @@ -0,0 +1,22 @@ +--- cmd1.c.orig Tue Nov 6 11:53:55 1990 ++++ cmd1.c Sat Aug 17 15:18:01 1996 +@@ -882,9 +882,6 @@ + #else + msg("%s (%s)", VERSION, DATE); + #endif +-#ifdef COMPILED_BY +- msg("Compiled by %s", COMPILED_BY); +-#endif + #ifdef CREDIT + msg("%s", CREDIT); + #endif +@@ -893,6 +890,9 @@ + #endif + #ifdef CVERSION + msg("%s", CVERSION); ++#endif ++#ifdef COMPILED_BY ++ msg("Compiled by %s", COMPILED_BY); + #endif + #ifdef COPYING + msg("%s", COPYING); |