Implement new primitive OS2-COPY-FILE.
authorChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 00:55:38 +0000 (00:55 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 28 Oct 1995 00:55:38 +0000 (00:55 +0000)
v7/src/microcode/pros2fs.c

index a7115e2511420fd55b24571caea0e195a5f795c5..a0b1d32f106272a68a866019a26f9bc264ee5c98 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: pros2fs.c,v 1.7 1995/10/27 23:58:11 cph Exp $
+$Id: pros2fs.c,v 1.8 1995/10/28 00:55:38 cph Exp $
 
 Copyright (c) 1994-95 Massachusetts Institute of Technology
 
@@ -421,7 +421,7 @@ DEFINE_PRIMITIVE ("OS2-DAYLIGHT-SAVINGS-TIME?", Prim_OS2_dst_p, 0, 0, 0)
   PRIMITIVE_RETURN (BOOLEAN_TO_OBJECT (OS2_daylight_savings_p ()));
 }
 
-DEFINE_PRIMITIVE ("OS2-COPY-FILE", Prim_os2_copy_file, 2, 2, 0)
+DEFINE_PRIMITIVE ("OS2-COPY-FILE", Prim_OS2_copy_file, 2, 2, 0)
 {
   PRIMITIVE_HEADER (2);
   STD_API_CALL (dos_copy, (STRING_ARG (1)), (STRING_ARG (2)), DCPY_EXISTING)