diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-02 14:22:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-02 14:22:31 +0000 |
commit | 98b76f992197f690cea50f5d8d9a710f0c2c5970 (patch) | |
tree | 52361e8dbf3c2c36f1ff0482d1afde2c71594fdb /mg.c | |
parent | a1f1922924432f602e1405786aa5e95c079076b1 (diff) | |
download | perl-98b76f992197f690cea50f5d8d9a710f0c2c5970.tar.gz |
setproctitle() API version nit from Anton Berezin.
p4raw-id: //depot/perl@11551
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |