diff options
Diffstat (limited to 'stand/ficl/ficl.h')
-rw-r--r-- | stand/ficl/ficl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stand/ficl/ficl.h b/stand/ficl/ficl.h index 97cf00b0dff3..7be78f1a36b8 100644 --- a/stand/ficl/ficl.h +++ b/stand/ficl/ficl.h @@ -41,7 +41,6 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ #if !defined (__FICL_H__) #define __FICL_H__ @@ -1154,8 +1153,8 @@ typedef struct ficlFILE typedef void ficlCompileFcn(FICL_SYSTEM *); #define FICL_COMPILE_SET(func) \ - DATA_SET(Xficl_compile_set, func) -SET_DECLARE(Xficl_compile_set, ficlCompileFcn); + DATA_SET(X4th_compile_set, func) +SET_DECLARE(X4th_compile_set, ficlCompileFcn); #ifdef LOADER_VERIEXEC #include <verify_file.h> |