don't define FB_CURRENT here

This commit is contained in:
jdolecek 2003-02-16 19:48:10 +00:00
parent f01bbafeaa
commit 3f9fb02e0c

View File

@ -1,4 +1,4 @@
/* $NetBSD: smb_subr.h,v 1.5 2003/02/15 23:02:30 jdolecek Exp $ */
/* $NetBSD: smb_subr.h,v 1.6 2003/02/16 19:48:10 jdolecek Exp $ */
/*
* Copyright (c) 2000-2001, Boris Popov
@ -42,8 +42,6 @@
MALLOC_DECLARE(M_SMBTEMP);
#define FB_CURRENT
#define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args)
#define SMBPANIC(format, args...) printf("%s: "format, __func__ ,## args)