Browse Source

implimented -> implemented

OPENBSD_2_7
todd 24 years ago
parent
commit
d29d5ce8db
2 changed files with 5 additions and 5 deletions
  1. +2
    -2
      src/include/poll.h
  2. +3
    -3
      src/include/rpcsvc/yp_prot.h

+ 2
- 2
src/include/poll.h View File

@ -1,7 +1,7 @@
/* $OpenBSD: poll.h,v 1.1 1996/05/18 08:53:07 deraadt Exp $ */
/* $OpenBSD: poll.h,v 1.2 2000/03/15 03:56:48 todd Exp $ */
/*
* Typical poll() implimentations expect poll.h to be in /usr/include.
* Typical poll() implementations expect poll.h to be in /usr/include.
* However this is not a convenient place for the real definitions.
*/
#include <sys/poll.h>

+ 3
- 3
src/include/rpcsvc/yp_prot.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: yp_prot.h,v 1.3 1998/08/19 05:04:09 deraadt Exp $ */
/* $OpenBSD: yp_prot.h,v 1.4 2000/03/15 03:56:48 todd Exp $ */
/* $NetBSD: yp_prot.h,v 1.6 1995/07/14 21:10:58 christos Exp $ */
/*
@ -285,8 +285,8 @@ struct ypbind_setdom {
* is supplied to ypxfr as a command-line parameter when it
* is activated by ypserv."
*
* This protocol is not implimented, naturally, because this YP
* implimentation only does the client side.
* This protocol is not implemented, naturally, because this YP
* implementation only does the client side.
*/
#define YPPUSHVERS ((u_long)1)
#define YPPUSHVERS_ORIG ((u_long)1)


Loading…
Cancel
Save