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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 745 simons
#include "config.h"
2
 
3
#if HAVE_AFNETROM
4
#include <sys/param.h>
5
#include <sys/types.h>
6
#include <sys/socket.h>
7
#include <netinet/in.h>
8
#include <arpa/inet.h>
9
#include <arpa/nameser.h>
10
/* #include <net/route.h> realy broken */
11
#include <sys/ioctl.h>
12
#include <ctype.h>
13
#include <errno.h>
14
#include <netdb.h>
15
#include <resolv.h>
16
#include <stdlib.h>
17
#include <string.h>
18
#include <stdio.h>
19
#include <unistd.h>
20
#include "version.h"
21
#include "net-support.h"
22
#include "pathnames.h"
23
#include "intl.h"
24
#include "net-features.h"
25
 
26
extern struct aftype netrom_aftype;
27
 
28
/* static int skfd = -1; */
29
 
30
/* acme: orphaned... */
31
#if 0
32
static int usage(void)
33
{
34
    fprintf(stderr, _("netrom usage\n"));
35
 
36
    return (E_USAGE);
37
}
38
#endif
39
 
40
 
41
int NETROM_rinput(int action, int ext, char **args)
42
{
43
 
44
    fprintf(stderr, _("NET/ROM: this needs to be written\n"));
45
    return (0);
46
}
47
#endif                          /* HAVE_AFNETROM */

powered by: WebSVN 2.1.0

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