[comp.sources.bugs] Official patch #7 for faces v1.1.

richb@sunaus.oz (Rich Burridge) (08/12/88)

This is official patch #7 for faces v1.1, please apply it.

It makes the following slight alterations:

1. Adds in the missing colon for the getopts -W SunView
   window options, so these are correctly parsed and ignored.

2. Adds the nopaper.icon to the list of IMAGES that are put
   into the two shar files.

Use Larry Walls' patch program to apply these changes.

    Rich.

------CUT HERE------CUT HERE------CUT HERE------
*** original/Makefile   Wed Aug 10 19:03:09 1988
--- Makefile    Fri Aug 12 12:22:18 1988
***************
*** 63,69 ****
  MANSECT         = l
  CFLAGS          = -g $(VARIABLES)
  HDRS            = extern.h faces.h patchlevel.h
! IMAGES          = bounced.icon noface.icon nomail.icon noprint.icon

  LIBS            = -lsuntool -lsunwindow -lpixrect
  OBJS            = get.o main.o mon.o rec.o sunview.o
--- 63,70 ----
  MANSECT         = l
  CFLAGS          = -g $(VARIABLES)
  HDRS            = extern.h faces.h patchlevel.h
! IMAGES          = bounced.icon noface.icon nomail.icon \
!                   noprint.icon nopaper.icon

  LIBS            = -lsuntool -lsunwindow -lpixrect
  OBJS            = get.o main.o mon.o rec.o sunview.o
*** original/get.c      Wed Aug 10 19:03:23 1988
--- get.c       Fri Aug 12 20:40:31 1988
***************
*** 76,82 ****
    extern int optind ;
    extern char *optarg ;
    int c ;
!   char *optlist = "P:af:h:i:ns:tvW" ;

    while ((c = getopt(argc, argv, optlist)) != EOF)
      switch (c)
--- 76,82 ----
    extern int optind ;
    extern char *optarg ;
    int c ;
!   char *optlist = "P:af:h:i:ns:tvW:" ;

    while ((c = getopt(argc, argv, optlist)) != EOF)
      switch (c)
*** original/patchlevel.h       Wed Aug 10 19:03:16 1988
--- patchlevel.h        Fri Aug 12 12:22:28 1988
***************
*** 16,19 ****
   *  reported to me then an attempt will be made to fix them.
   */

! #define  PATCHLEVEL  6
--- 16,19 ----
   *  reported to me then an attempt will be made to fix them.
   */

! #define  PATCHLEVEL  7