chiark / gitweb /
Fix builtin version msg.
authorian <ian>
Tue, 14 Oct 1997 13:05:25 +0000 (13:05 +0000)
committerian <ian>
Tue, 14 Oct 1997 13:05:25 +0000 (13:05 +0000)
Changelog
servexec.c

index 9ea9b1c77b6fa978057069d149d91118bed11779..11b83d7924bc47644c2b29e71fec15f906b05f64 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+userv (0.57.1); urgency=high
+
+  * `builtin version' service had error message and errno string reserve
+    values exchanged.
+
+ --
+
 userv (0.57); urgency=high
 
   * Services provided by root work !
index 41c6d37fae884cc885c8fefe600dbe28635a42f1..a924e054a3d185a2977c1dcbd960137fa33c5587 100644 (file)
@@ -76,8 +76,8 @@ void bisexec_version(const char *const *argv) {
         BASE_MAGIC,
         MAX_ALLOW_FD, MAX_GENERAL_STRING,
         MAX_GIDS, MAX_OVERRIDE_LEN,
-        MAX_ARGSDEFVAR, ERRMSG_RESERVE_ERRNO,
-        MAX_INCLUDE_NEST, MAX_ERRMSG_LEN);
+        MAX_ARGSDEFVAR, MAX_ERRMSG_LEN,
+        MAX_INCLUDE_NEST, ERRMSG_RESERVE_ERRNO);
   for (i=0, p=protocolchecksumversion; i<sizeof(protocolchecksumversion); i++, p++)
     printf("%02x",*p);
   printf("\n"