Guest User

Untitled

a guest
May 28th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. From 60febd3bfd8179f93adeaf17ebeaf82278b41216 Mon Sep 17 00:00:00 2001
  2. From: Ryan Dahl <ry@tinyclouds.org>
  3. Date: Fri, 11 Jun 2010 16:44:50 -0700
  4. Subject: [PATCH] Reference dgram.js in node.cc
  5.  
  6. ---
  7. src/node.cc | 1 +
  8. 1 files changed, 1 insertions(+), 0 deletions(-)
  9.  
  10. diff --git a/src/node.cc b/src/node.cc
  11. index 7dade66..83e13e5 100644
  12. --- a/src/node.cc
  13. +++ b/src/node.cc
  14. @@ -1843,6 +1843,7 @@ static Handle<Value> Binding(const Arguments& args) {
  15. exports->Set(String::New("assert"), String::New(native_assert));
  16. exports->Set(String::New("buffer"), String::New(native_buffer));
  17. exports->Set(String::New("child_process"),String::New(native_child_process));
  18. + exports->Set(String::New("dgram"), String::New(native_dgram));
  19. exports->Set(String::New("dns"), String::New(native_dns));
  20. exports->Set(String::New("events"), String::New(native_events));
  21. exports->Set(String::New("file"), String::New(native_file));
  22. --
  23. 1.7.1
Add Comment
Please, Sign In to add comment