slight change to file names

SVN=124982
This commit is contained in:
Rob Pike 2008-06-26 15:27:21 -07:00
parent 66b240c7a4
commit f28ec1af7f
3 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ clean:
%.$O: %.c
$(CC) $<
sys_file.$O: sys_file.c $(OS_H)
sys_file.$O: sys_file.c sys_types.h $(OS_H)
$(CC) -D$(GOARCH)_$(GOOS) $<
%.$O: %.s

View file

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
#include "runtime.h"
#include "sys_structs.h"
#include "sys_types.h"
void
sys·readfile(string filein, string fileout, bool okout)