summaryrefslogtreecommitdiff
path: root/usr.bin/sup
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-03-04 16:18:07 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-03-04 16:18:07 +0000
commit15aac0ded9c4353cc6a757bb184367d5503f80d8 (patch)
tree93a934f4f86cc2e84a593c196644b79f0d7e5f4a /usr.bin/sup
parent078669f3e390b2e1e5d5218e1025513c605f93a3 (diff)
the the
Diffstat (limited to 'usr.bin/sup')
-rw-r--r--usr.bin/sup/src/supfilesrv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/sup/src/supfilesrv.c b/usr.bin/sup/src/supfilesrv.c
index e90432e1bd7..458f0fc5a38 100644
--- a/usr.bin/sup/src/supfilesrv.c
+++ b/usr.bin/sup/src/supfilesrv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: supfilesrv.c,v 1.35 2005/07/04 01:54:10 djm Exp $ */
+/* $OpenBSD: supfilesrv.c,v 1.36 2006/03/04 16:18:06 miod Exp $ */
/*
* Copyright (c) 1992 Carnegie Mellon University
@@ -103,7 +103,7 @@
* the local_file() call (when the file is local) at the same time the
* crypt key is read. This change disallows non-local files for the
* crypt key to plug a security hole involving the usage of the uid/gid
- * of the crypt file to define who the the file server should run as. If
+ * of the crypt file to define who the file server should run as. If
* the saved uid/gid are both valid, then the server will set its uid/gid
* to these values.
* [90/04/18 dlc]
@@ -1931,7 +1931,7 @@ fmttime(time)
* Currently, the cases that we try to distinguish are RFS, AFS, NFS and
* UFS, where the latter is considered a trusted file. We assume that the
* caller has disabled link following and will detect an attempt to access
- * a file through an RFS link, except in the case the the last component is
+ * a file through an RFS link, except in the case the last component is
* an RFS link. With link following disabled, the last component itself is
* interpreted as a regular file if it is really an RFS link, so we
* disallow the RFS link identified by group "symlink" and mode "IEXEC by