ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/aed.c
(Generate patch)

Comparing ray/src/rt/aed.c (file contents):
Revision 1.4 by greg, Tue Oct 3 14:06:51 1989 UTC vs.
Revision 1.5 by greg, Wed Oct 25 15:37:14 1989 UTC

# Line 67 | Line 67 | static struct driver  aed_driver = {
67  
68  
69   struct driver *
70 < aed_init(name)                          /* open AED */
71 < char  *name;
70 > aed_init(name, id)                      /* open AED */
71 > char  *name, *id;
72   {
73          if (ttyset(&aed_driver, fileno(stdin)) < 0) {   /* set tty driver */
74                  stderr_v("cannot access terminal\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines