OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [userland/] [route/] [lib/] [ddp_gr.c] - Blame information for rev 1767

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 745 simons
#include "config.h"
2
 
3
#if HAVE_AFATALK
4
#include <asm/types.h>
5
#include <sys/types.h>
6
#include <sys/socket.h>
7
#include <linux/atalk.h>
8
#include <stdlib.h>
9
#include <stdio.h>
10
#include <errno.h>
11
#include <ctype.h>
12
#include <string.h>
13
#include <unistd.h>
14
#include <netinet/in.h>
15
#include "net-support.h"
16
#include "pathnames.h"
17
#include "intl.h"
18
 
19
int DDP_rprint(int options)
20
{
21
    fprintf(stderr, _("Routing table for `ddp' not yet supported.\n"));
22
    return (1);
23
}
24
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.