From e3b77f488bedd6936f30e46a8cf96405d068742d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 28 Aug 2000 18:10:46 +0200
Subject: [PATCH] Oops, fixed typo.

Rev: src/modules/files/stat.c:1.6
---
 src/modules/files/stat.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/modules/files/stat.c b/src/modules/files/stat.c
index f128300f51..22590ef189 100644
--- a/src/modules/files/stat.c
+++ b/src/modules/files/stat.c
@@ -1,9 +1,9 @@
 /*
- * $Id: stat.c,v 1.5 2000/08/28 11:05:38 grubba Exp $
+ * $Id: stat.c,v 1.6 2000/08/28 16:10:46 grubba Exp $
  */
 
 #include "global.h"
-RCSID("$Id: stat.c,v 1.5 2000/08/28 11:05:38 grubba Exp $");
+RCSID("$Id: stat.c,v 1.6 2000/08/28 16:10:46 grubba Exp $");
 #include "fdlib.h"
 #include "interpret.h"
 #include "svalue.h"
@@ -60,9 +60,9 @@ enum stat_query
 #ifndef S_IWGRP
 #define S_IWGRP 020
 #endif /* !S_IWGRP */
-#ifndef S_IXOTH
-#define S_IXOTH 010
-#endif /* !S_IXOTH */
+#ifndef S_IXGRP
+#define S_IXGRP 010
+#endif /* !S_IXGRP */
 #ifndef S_IROTH
 #define S_IROTH 04
 #endif /* !S_IROTH */
-- 
GitLab