diff options
Diffstat (limited to '')
-rw-r--r-- | jnlib/dotlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jnlib/dotlock.c b/jnlib/dotlock.c index 53a43244d..96041c0ce 100644 --- a/jnlib/dotlock.c +++ b/jnlib/dotlock.c @@ -165,7 +165,6 @@ create_dotlock (const char *file_to_lock) */ snprintf (pidstr, sizeof pidstr, "%10d\n", (int)getpid() ); - /* fixme: add the hostname to the second line (FQDN or IP addr?) */ /* Create a temporary file. */ if ( uname ( &utsbuf ) ) |