projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1f1922
)
setproctitle() API version nit from Anton Berezin.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 2 Aug 2001 14:22:31 +0000
(14:22 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 2 Aug 2001 14:22:31 +0000
(14:22 +0000)
p4raw-id: //depot/perl@11551
mg.c
patch
|
blob
|
history
diff --git
a/mg.c
b/mg.c
index
d517cc5
..
5a8c189
100644
(file)
--- a/
mg.c
+++ b/
mg.c
@@
-2084,7
+2084,7
@@
Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
* the setproctitle() routine to manipulate that. */
{
s = SvPV(sv, len);
-# if __FreeBSD_version >
=
410001
+# if __FreeBSD_version > 410001
/* The leading "-" removes the "perl: " prefix,
* but not the "(perl) suffix from the ps(1)
* output, because that's what ps(1) shows if the