=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cmd_exec.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/make/cmd_exec.h 2001/05/23 12:34:40 1.1 --- src/usr.bin/make/cmd_exec.h 2007/09/17 09:28:36 1.2 *************** *** 1,7 **** #ifndef CMD_EXEC_H #define CMD_EXEC_H /* $OpenPackages$ */ ! /* $OpenBSD: cmd_exec.h,v 1.1 2001/05/23 12:34:40 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,7 ---- #ifndef CMD_EXEC_H #define CMD_EXEC_H /* $OpenPackages$ */ ! /* $OpenBSD: cmd_exec.h,v 1.2 2007/09/17 09:28:36 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 29,35 **** */ /* output = Cmd_Exec(cmd, &err); ! * execute the command in cmd, return the output of that command as * a string. If an error occurs, Cmd_Exec returns an empty string, * and err is filled with the reason for the command failure. * The output result should always be freed by the caller. */ --- 29,35 ---- */ /* output = Cmd_Exec(cmd, &err); ! * execute the command in cmd, return the output of that command as * a string. If an error occurs, Cmd_Exec returns an empty string, * and err is filled with the reason for the command failure. * The output result should always be freed by the caller. */