summaryrefslogtreecommitdiff
path: root/hurd/shared.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-12-01 07:33:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-12-01 07:33:09 +0000
commit6c4f1995e201416692db4a8ec04d5722fe03f85d (patch)
tree69b1fe3984b81f5e66eeb01cd8e140458b275d44 /hurd/shared.h
parent9d32e029e70ca4e33ce5cb39f8ee00df2feeb2a7 (diff)
Formerly shared.h.~16~
Diffstat (limited to 'hurd/shared.h')
-rw-r--r--hurd/shared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/shared.h b/hurd/shared.h
index 988472c1..19e3ac55 100644
--- a/hurd/shared.h
+++ b/hurd/shared.h
@@ -29,9 +29,9 @@ struct shared_io
enum
{
USER_HAS_CONCH, /* User is it */
- USER_COULD_HAVE_CONCH,, /* User can become it */
+ USER_COULD_HAVE_CONCH, /* User can become it */
USER_RELEASE_CONCH, /* User is it, should release it promptly */
- USER_HAS_NOT_CONCH,, /* User is not it */
+ USER_HAS_NOT_CONCH, /* User is not it */
} conch_status;