[5611] in Athena Bugs

home help back first fref pref prev next nref lref last post

Minor corrections to attach for 7.1 for A/UX

daemon@ATHENA.MIT.EDU (vrt@ATHENA.MIT.EDU)
Thu Jul 26 16:56:24 1990

From: vrt@ATHENA.MIT.EDU
Date: Thu, 26 Jul 90 13:55:36 PDT
To: jfc@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU, rel-eng@ATHENA.MIT.EDU

diff -rc /source/athena/bin.athena/attach/Imakefile ./Imakefile
*** /source/athena/bin.athena/attach/Imakefile	Fri Jul 20 15:39:15 1990
--- ./Imakefile	Thu Jul 26 16:49:30 1990
***************
*** 14,19
  #ifdef _AUX_SOURCE
  XSRCS = emul_re.c
  XOBJS = emul_re.o
  #endif
  
  AFSDEF=-DAFS

--- 14,20 -----
  #ifdef _AUX_SOURCE
  XSRCS = emul_re.c
  XOBJS = emul_re.o
+ XLIBS= -lc -lPW
  #endif
  
  AFSDEF=-DAFS
diff -rc /source/athena/bin.athena/attach/util.c ./util.c
*** /source/athena/bin.athena/attach/util.c	Mon Jul 16 09:21:23 1990
--- ./util.c	Thu Jul 26 16:47:01 1990
***************
*** 24,29
  #define max(a,b) (((a) > (b)) ? (a) : (b))
  #endif
  
  char exp_hesline[BUFSIZ];	/* Place to store explicit */
  char *exp_hesptr[2];		/* ``hesiod'' entry */
  char *abort_msg = "Operation aborted\n";

--- 24,33 -----
  #define max(a,b) (((a) > (b)) ? (a) : (b))
  #endif
  
+ #ifdef _AUX_SOURCE
+ extern int sys_nerr;
+ #endif /* AUX */
+ 
  char exp_hesline[BUFSIZ];	/* Place to store explicit */
  char *exp_hesptr[2];		/* ``hesiod'' entry */
  char *abort_msg = "Operation aborted\n";

home help back first fref pref prev next nref lref last post