Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c6ac3c3a
Commit
c6ac3c3a
authored
Aug 28, 2000
by
Gerd Moellmann
Browse files
(bcopy, bzero, bcmp): Don't define.
parent
1f4ecd6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/s/sco5.h
src/s/sco5.h
+0
-5
No files found.
src/s/sco5.h
View file @
c6ac3c3a
...
...
@@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */
#define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
#endif
/* miano@acosta.enet.dec.com says these are needed. */
#define bcopy(b1,b2,len) memmove (b2, b1, len)
#define bzero(b,len) memset (b, 0, len)
#define bcmp(b1,b2,len) memcmp (b1, b2, len)
/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
#define PREFER_VSUSP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment