Skip to content

Commit

Permalink
NetBSD 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jul 10, 2001
1 parent 6141782 commit b7f712e
Show file tree
Hide file tree
Showing 6 changed files with 752 additions and 640 deletions.
4 changes: 2 additions & 2 deletions netbsd/include/arpa/tftp.h
@@ -1,4 +1,4 @@
/* $NetBSD: tftp.h,v 1.5 1998/02/10 00:32:59 perry Exp $ */
/* $NetBSD: tftp.h,v 1.5.10.1 2001/02/26 16:59:50 he Exp $ */

/*
* Copyright (c) 1983, 1993
Expand Down Expand Up @@ -55,7 +55,7 @@
struct tftphdr {
short th_opcode; /* packet type */
union {
short tu_block; /* block # */
unsigned short tu_block; /* block # */
short tu_code; /* error code */
char tu_stuff[1]; /* request packet stuff */
} th_u;
Expand Down
3 changes: 2 additions & 1 deletion netbsd/include/glob.h
@@ -1,4 +1,4 @@
/* $NetBSD: glob.h,v 1.11 1998/06/22 12:01:43 tv Exp $ */
/* $NetBSD: glob.h,v 1.11.10.1 2001/03/29 13:01:38 lukem Exp $ */

/*
* Copyright (c) 1989, 1993
Expand Down Expand Up @@ -90,6 +90,7 @@ typedef struct {
#define GLOB_BRACE 0x0080 /* Expand braces ala csh. */
#define GLOB_MAGCHAR 0x0100 /* Pattern had globbing characters. */
#define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */
#define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
#define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */
#define GLOB_QUOTE 0 /* source compatibility */

Expand Down

0 comments on commit b7f712e

Please sign in to comment.