diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-25 13:17:05 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-25 13:17:05 +0000 |
| commit | 296f7267f3cda6e110efd1fda93f84e5fb4bc96c (patch) | |
| tree | e68655509778c87c2ce43861239e8a7c9a826fbe /sys/alpha/linux | |
| parent | 41d2e3e09ea3c2796feaf57a978acc3f8f6fe74a (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/linux_dummy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_dummy.c b/sys/alpha/linux/linux_dummy.c index 7a3caff56345..5d5169d99689 100644 --- a/sys/alpha/linux/linux_dummy.c +++ b/sys/alpha/linux/linux_dummy.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_dummy.c,v 1.10 1999/08/15 18:59:44 marcel Exp $ + * $Id: linux_dummy.c,v 1.11 1999/08/25 11:19:01 marcel Exp $ */ #include <sys/param.h> @@ -46,7 +46,7 @@ struct __hack static int unsupported_msg(struct proc *p, const char *fname) { - printf("linux: syscall %s is not implemented or obsoleted (pid=%ld)\n", + printf("linux: syscall %s is obsoleted or not implemented (pid=%ld)\n", fname, (long)p->p_pid); return (ENOSYS); } |
