[BACK]Return to lcmd1.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

Diff for /src/usr.bin/window/Attic/lcmd1.c between version 1.8 and 1.9

version 1.8, 2003/06/03 02:56:23 version 1.9, 2003/07/18 23:11:43
Line 46 
Line 46 
 #include "value.h"  #include "value.h"
 #include "lcmd.h"  #include "lcmd.h"
 #include "var.h"  #include "var.h"
   #include <sys/types.h>
   #include <stdio.h>
 #include <string.h>  #include <string.h>
   #include <unistd.h>
   
 struct lcmd_arg arg_window[] = {  struct lcmd_arg arg_window[] = {
         { "row",        1,      ARG_NUM },          { "row",        1,      ARG_NUM },

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9