diff options
| -rw-r--r-- | include/netconfig.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/netconfig.h b/include/netconfig.h index 151b861e33a..ae9612b41e6 100644 --- a/include/netconfig.h +++ b/include/netconfig.h @@ -1,4 +1,4 @@ -/* $NetBSD: netconfig.h,v 1.4 2005/05/15 20:54:47 dsl Exp $ */ +/* $NetBSD: netconfig.h,v 1.5 2006/11/09 10:04:40 yamt Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -64,10 +64,10 @@ typedef struct { /* * nc_semantics values */ -#define NC_TPI_CLTS 1 -#define NC_TPI_COTS 2 -#define NC_TPI_COTS_ORD 3 -#define NC_TPI_RAW 4 +#define NC_TPI_CLTS 1 /* Connectionless transport */ +#define NC_TPI_COTS 2 /* Connection oriented transport */ +#define NC_TPI_COTS_ORD 3 /* Connection oriented, ordered transport */ +#define NC_TPI_RAW 4 /* Raw connection */ /* * nc_flag values |
