diff options
Diffstat (limited to 'lib/libc/gen/err.c')
| -rw-r--r-- | lib/libc/gen/err.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/err.c b/lib/libc/gen/err.c index fd4135b01ff6..ae664a3f44b1 100644 --- a/lib/libc/gen/err.c +++ b/lib/libc/gen/err.c @@ -29,13 +29,13 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * From: @(#)err.c 8.1 (Berkeley) 6/4/93 */ -#if defined(LIBC_RCS) && !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif /* LIBC_RCS and not lint */ +#if defined(LIBC_SCCS) && !defined(lint)$ +static char sccsid[] = "@(#)err.c^I8.1 (Berkeley) 6/4/93";$ +#endif /* LIBC_SCCS and not lint */$ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "namespace.h" #include <err.h> |
