Commit f28ec1af authored by Rob Pike's avatar Rob Pike

slight change to file names

SVN=124982
parent 66b240c7
...@@ -39,7 +39,7 @@ clean: ...@@ -39,7 +39,7 @@ clean:
%.$O: %.c %.$O: %.c
$(CC) $< $(CC) $<
sys_file.$O: sys_file.c $(OS_H) sys_file.$O: sys_file.c sys_types.h $(OS_H)
$(CC) -D$(GOARCH)_$(GOOS) $< $(CC) -D$(GOARCH)_$(GOOS) $<
%.$O: %.s %.$O: %.s
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
#include "runtime.h" #include "runtime.h"
#include "sys_structs.h" #include "sys_types.h"
void void
sys·readfile(string filein, string fileout, bool okout) sys·readfile(string filein, string fileout, bool okout)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment