This commit is contained in:
manu 2003-11-09 23:05:29 +00:00
parent 79ddf479da
commit d7d1474c7a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_port.c,v 1.42 2003/11/09 11:10:11 manu Exp $ */
/* $NetBSD: mach_port.c,v 1.43 2003/11/09 23:05:29 manu Exp $ */
/*-
* Copyright (c) 2002-2003 The NetBSD Foundation, Inc.
@ -39,7 +39,7 @@
#include "opt_compat_darwin.h"
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mach_port.c,v 1.42 2003/11/09 11:10:11 manu Exp $");
__KERNEL_RCSID(0, "$NetBSD: mach_port.c,v 1.43 2003/11/09 23:05:29 manu Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -422,7 +422,7 @@ mach_port_get_attributes(args)
}
default:
printf("mach_port_get_attributes: unknwo flavor %d\n",
printf("mach_port_get_attributes: unknown flavor %d\n",
req->req_flavor);
return mach_msg_error(args, EINVAL);