Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!kddlab!titcca!wnoc-tyo-news!etlcom!ulisvax!saka From: saka@ulis.ac.jp (Tetsuo Sakaguchi) Newsgroups: comp.sys.mips Subject: Re: AMD under RISC/os 4.51 Message-ID: <6031@ulisvax.ulis.JUNET> Date: 5 Jan 91 00:47:13 GMT References: <27828B93.25578@ics.uci.edu> Sender: news@ulisvax.ulis.JUNET Organization: Univ. of Lib. & Info. Sci., Tsukuba Japan Lines: 48 Nntp-Posting-Host: ulisnrt In article <27828B93.25578@ics.uci.edu> self@liege.ics.uci.edu (John Self) writes: >Does anyone have AMD (the 4.4 BSD automounter program) running under >RISC/os 4.51? If so could you send me (or post) the configuration I made it. My config-file is made for AMD-5.2, and very similar to SunOS4.0 configuration. I compile it on magnum3000 processor(RS3230), RISCOS4.51, BSD-environment, and no-trouble for 1 month. If you use not AMD-5.2, you can use my-config with little modify, I think. The file contents is as follows: ---------- cut here ---------- /* * RISCos 4.51 definitions for Amd (automounter) * (for BSD-like environment) * * by saka@ulis.ac.jp */ #define VOIDP #undef FREE_RETURN_TYPE #define FREE_RETURN_TYPE int #define RPC_4 #define NFS_4 #define OS_HAS_NDBM #undef ARCH_ENDIAN #define ARCH_ENDIAN "big" #define MOUNT_TYPE_NFS "nfs" #define MOUNT_TYPE_UFS "ffs" #undef NFS_FH_TYPE #define NFS_FH_TYPE caddr_t #undef MTYPE_TYPE #define MTYPE_TYPE char * #define SUNOS4_COMPAT ---------- end ---------- PS. If someone finds error in this file, please tell me. Thank you for read my unaccustomed English. -- Tetsuo Sakaguchi. University of Library and Information Science, JAPAN.