diff options
| author | rillig <rillig@NetBSD.org> | 2021-11-28 20:11:45 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-11-28 20:11:45 +0000 |
| commit | e2be393a932dcee8f7e2793d584dcff4eec9ce04 (patch) | |
| tree | 60cffbf1d264dd5b20734c8798c0e5fb1601ed2e /usr.bin/make/make.h | |
| parent | 13cde673d6203f5ed8720ed3e577f968d203f402 (diff) | |
make: fix leftover typo from previous refactoring
Diffstat (limited to 'usr.bin/make/make.h')
| -rw-r--r-- | usr.bin/make/make.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index d727e852f0b..ca4035984f0 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.268 2021/11/28 19:51:06 rillig Exp $ */ +/* $NetBSD: make.h,v 1.269 2021/11/28 20:11:45 rillig Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -321,7 +321,7 @@ typedef enum GNodeType { OP_NOTARGET = OP_NOTMAIN | OP_USE | OP_EXEC | OP_TRANSFORM } GNodeType; -typedef struct GNodeFlagsS { +typedef struct GNodeFlags { /* this target needs to be (re)made */ bool remake:1; /* children of this target were made */ |
