]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/setproctitle.c
Import of OpenSSH 3.8p1
[gssapi-openssh.git] / openssh / openbsd-compat / setproctitle.c
index b41100fc6b41ebf833d513790ae104d4dc1a4abf..6e2b19bb4f584c50069196db7a6b4d0066b5d4ca 100644 (file)
@@ -41,8 +41,8 @@
 #endif
 
 #define SPT_NONE       0       /* don't use it at all */
-#define SPT_PSTAT      1       /* cover argv with title information */
-#define SPT_REUSEARGV  2       /* use pstat(PSTAT_SETCMD, ...) */
+#define SPT_PSTAT      1       /* use pstat(PSTAT_SETCMD, ...) */
+#define SPT_REUSEARGV  2       /* cover argv with title information */
 
 #ifndef SPT_TYPE
 # define SPT_TYPE      SPT_NONE
This page took 0.107238 seconds and 4 git commands to generate.